iT邦幫忙

0

Python自學分享 _ Day2 認識變數與基本數學運算

  • 分享至 

  • xImage
  •  

今天的課程終於要開始正式使用Python啦~!
‧˚₊☆ .・°‧˚₊☆ .・°‧˚₊☆ .・°‧˚₊☆ .・°‧˚₊☆ .・°

一、認識變數

=:設定變數內容
print():列印東西

【情境一】 時薪從120調整為125
https://ithelp.ithome.com.tw/upload/images/20241012/20170015YE9PxqcOiQ.png
*在Python Shell環境下,也可直接輸入變數名稱

【情境二】 一天工作八小時,一年300天,可以賺多少(y為一年工作所賺的錢)
https://ithelp.ithome.com.tw/upload/images/20241012/201700152jcc4P5nWn.png

【情境三】 每月花9000,變數z儲存每個人的花費,並用a存每年的花費,b存每年的說出去
https://ithelp.ithome.com.tw/upload/images/20241012/201700158s6IY92qf0.png

二、變數命名原則

  • 開頭必須由英文字母、_、中文
  • 名稱只能有英文字母、數字、_、中文字
  • 大小寫有分
  • 不可當變數名稱:Python系統保留字/關鍵字/內建函數名稱
    -系統保留字:and/as/alass/if/import/True
    -內建函數:apply()、input()、set()
    *不合法變數名稱:,、3y、$

三、基本數學運算

四則運算:先乘除後加減
餘數:%
除法://(只保留整數部分)
次方:**
運算子:
https://ithelp.ithome.com.tw/upload/images/20241012/20170015v49FItfKu1.png

多重指定使用:一次設定多個變數等於某值
https://ithelp.ithome.com.tw/upload/images/20241012/20170015XrHcDP2uNG.png

四、Python的斷行

1.一行有多個敘述(但不鼓勵)
https://ithelp.ithome.com.tw/upload/images/20241012/20170015v02n1XFI6t.pnghttps://ithelp.ithome.com.tw/upload/images/20241012/20170015ORMNZAw1y6.png

2.一個敘述分成多行
https://ithelp.ithome.com.tw/upload/images/20241012/20170015b29jxoctyV.pnghttps://ithelp.ithome.com.tw/upload/images/20241012/20170015SSfQRQPFQD.png

‧˚₊☆ .・°‧˚₊☆ .・°‧˚₊☆ .・°‧˚₊☆ .・°‧˚₊☆ .・°
今天就先到這裡拉~下次見!


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言